ByteNINumericByteNAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteN INumeric<ByteN>.Add(
ByteN value
)
Private Function Add (
value As ByteN
) As ByteN Implements INumeric(Of ByteN).Add
private:
virtual ByteN Add(
ByteN value
) sealed = INumeric<ByteN>::Add
private abstract Add :
value : ByteN -> ByteN
private override Add :
value : ByteN -> ByteN
- value ByteN
- The value to add to the current value.
ByteNThe sum of the current value and
value.
INumericTSelfAdd(TSelf)